home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / READMEFiles / DataKeeper.README < prev    next >
Text File  |  1992-08-29  |  4KB  |  77 lines

  1. DataKeeper - Alpha Version 0.5     All Rights reserved.
  2. A program to give users a chance to back-up file systems even those on the network thru the FSbrowser .
  3.  
  4. Developed under NS release 2.1, as well as 3.0 ! :)
  5.  
  6.  
  7. Warranty: This program is distributed "as-is" with no warranty whatsoever -- use it at your own risk.
  8.  
  9. Notes:  This program is intended to demonstrate what the DataKeeper product will do and
  10. become in the near future. THE ONLY DEVICE CURRENTLY DEFINED IS "/dev/(n)rst0. I know it 
  11. is a serious limitation, but the dead-line was too short to patch anything...sorry.
  12. The upper left pop-up menu is not functional, idem with the "Hanoi" choice.
  13.  
  14. ABOUT INSTALL: DataKeeper use the Berkeley version of "df". 
  15. 1/ install the scripts  " rdf" and "script_df" in the /usr/bin directory, or at a place that can be found easily like /bin. ensure that that directory path appeas in the .cshrc
  16. or .profile file (look at the "path" variable).
  17.  
  18. 2/ create a file named DKHosts in /etc, and fill it with name of hosts you want to back up. Exampe:
  19.  
  20. dakar    # <--- this is the name of the localhost you re running DataKeeper on
  21. alger   # all the others are remote machines.
  22. tunis    # use preferably host name instead of full ip address since the latest case
  23. tripoli    # has not been tested yet.
  24. koweit
  25.  
  26. 3/ You must include in each of these machine defined in the DKHosts file, an access right
  27. for root from you current machine (ie: suppose you are running DataKeeper on host "dakar"
  28. then you MUST set the .rhosts file or hosts.equiv in order to give DataKeeper root access on remote machines. The format of the .rhosts file (which must be located in the home dir of each machine) is the following:
  29. # .rhosts file example
  30. alger root
  31. alger phil
  32. tripoli root
  33. dakar root
  34. lome root
  35. tunis root
  36. koweit root
  37. rabat root
  38.  
  39.  
  40. 4/ that is it !
  41.  
  42.  
  43. Remarks: If you work, or address  a computer that does not use the Berkeley version as defaut command, it is up to you to modify the rdf and script_df script file to obtai the proper result. A Berkeley df  prints the information this way:
  44.  
  45. Filesystem            kbytes    used          avail   capacity  Mounted on
  46. /dev/sd0a               402253  363145            0   100%        /
  47. alger:/src              146618   83798        48158    64%        /Sources
  48. koweit:/disque           456300  215635       195035    53%        /disque
  49. tunis:/Next             344803  206296       104026    66%        /stuff
  50.  
  51. What the  rdf and script_df files do is to format the above results to obtain something like:
  52.  
  53. # note that the first (title) line no more exist -
  54. /dev/sd0a                 363145          /
  55. alger:/src                 83798         /Sources
  56.  
  57. So if you can't get the Berkeley df command on your system, rearrange the script to get those informaion in the right order. Note that some systems have the -B option to get a Berkeley output.
  58.  
  59. Tips to remains: Be sure to write down the Tape name before executing the dump. This will ive you the opportunity to keep a nice & useful dump history. Also, be sure to install the rdf andscript_df file in /usr/bin.
  60.  
  61. NOTES: DO TRY TO make multi-volume backup, the current alpha version will get lost.
  62. Also if you do back-up of remote hosts, it should be a good idea to ensure everything
  63. has been done right since this version doesn't use a interactive rsh, althought this
  64. feature will be present in the commercial product. An HISTORY file is generated ala
  65. dumpdates, and is located in /private/adm/, and named DKTraces. Note however that when a 
  66. problem occurs during back-up, the record is store in the file. This is a known bug.
  67. We already use this app to do our back-ups even of remote hosts without any problems yet, taking into account restrictions i ve pointed above.
  68.  
  69. Possible improvements would include Restore operations, gnu tar, automatic scripts broadcast (rdf and scipt_df) over the net, Hanoi toack-up sequence, and much much more.... I hope you will enjoy this small utility.
  70.  
  71. THE TARGET PRICE MAY BE 80 or 90 $. Let me know what you think of it.
  72.  
  73. IF you encounter problems with the installation, please mail me.
  74. Feel free to send suggestions and bug report to:
  75.  
  76.         phil@cnam.cnam.fr
  77.